// Example netlist for an inverter simulation

/////////////////////////////////////////////////////
// Sources
// NB - You should consider including a separate file that 
//   contains the source definitions for complicated circuits
/////////////////////////////////////////////////////
// NB - pvdd is a parameter that we will define in the .ocn file
//      you may define it here by uncommenting the following line:
//parameters pvdd=1.0v
VVDD ( VDD 0 ) vsource dc=1
VVSS ( VSS 0 ) vsource dc=0
VVDS (VGS 0) vsource dc=vgs
// Test circuit
TestXtor (VDD VGS VSS VSS) NFET w=wdef l=ldef
